Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for init field from compose #2373

Merged
merged 1 commit into from
Sep 26, 2024
Merged

Conversation

cywang117
Copy link
Contributor

Init supports boolean values, and is not included in the config when not defined.

Tested on device and verified to be working with releases where init field is as follows:

  • true
  • false
  • "true" (normalized to true by compose)
  • "false" (normalized to false)
  • not defined

Change-type: patch

@cywang117 cywang117 requested a review from pipex September 9, 2024 21:42
Copy link
Contributor

@pipex pipex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice one

Init supports boolean values, and is not included in the config when
not defined.

Change-type: patch
Signed-off-by: Christina Ying Wang <[email protected]>
@cywang117 cywang117 merged commit c429daa into master Sep 26, 2024
57 checks passed
@cywang117 cywang117 deleted the add-compose-init-support branch September 26, 2024 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants